Browse Source

temp

master
Lizongdi 11 hours ago
parent
commit
7109792ac4
  1. 3
      RBcore/client_setting.c
  2. 1
      RBcore/include/BHBF.h

3
RBcore/client_setting.c

@ -16,9 +16,10 @@
: :
******************************************************************************/ ******************************************************************************/
#include "BHBF.h"
#include "pb.h" #include "pb.h"
#include "pb_decode.h" #include "pb_decode.h"
#include "../Protobuf/PSource/bsp_PV.pb.h" #include "../project/paint_robot_new/Protobuf/PSource/bsp_PV.pb.h"
/*----------------------------------------------* /*----------------------------------------------*
* * * *

1
RBcore/include/BHBF.h

@ -64,6 +64,7 @@ extern "C"{
#include "msg_center.h" #include "msg_center.h"
#include "cmsis_os.h" #include "cmsis_os.h"
#include "FreeRTOS.h" #include "FreeRTOS.h"
#include <stdint.h>
/*==============================================* /*==============================================*
* constants or macros define * * constants or macros define *

Loading…
Cancel
Save