stm32_serDes_protobuf_project/app/app.h

7 lines
69 B
C
Raw Normal View History

2024-06-10 18:46:02 +03:00
#ifndef __APP_H
#define __APP_H
#include "bsp.h"
2024-06-11 20:47:55 +03:00
void app();
2024-06-10 18:46:02 +03:00
#endif