Obu-IntroSat / IntroSatLib

Other
4 stars 1 forks source link

sprintf was not declared in this scope #1

Closed t1m013y closed 10 months ago

t1m013y commented 11 months ago
../Libraries/IS_Bluetooth.cpp:8:3: error: 'sprintf' was not declared in this scope
    8 |   sprintf((char*)buf,"Bootloader Mode\n\r");
      |   ^~~~~~~
../Libraries/IS_Bluetooth.cpp:2:1: note: 'sprintf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
    1 | #include "IS_Bluetooth.h"
  +++ |+#include <cstdio>
    2 | 
Goldfor commented 10 months ago

Исправлено в версии v 0.0.11