9 lines
99 B
C
9 lines
99 B
C
#ifndef FIRMWARE_H
|
|
#define FIRMWARE_H
|
|
|
|
#include "stm32f4xx_hal.h"
|
|
|
|
void firmware_update();
|
|
|
|
#endif
|