Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: DATA_COMMAND/data_command.h
- Revision:
- 12:ca81ba3bd12a
- Parent:
- 10:f94e325fc1e6
--- a/DATA_COMMAND/data_command.h Fri Mar 13 03:38:13 2020 +0000 +++ b/DATA_COMMAND/data_command.h Fri Jun 12 06:21:33 2020 +0000 @@ -26,7 +26,7 @@ extern float SP_ef, SP_wf; void serial_command_isr(); void command_control(); -extern char data[3]; +extern int data[3];//将char改为int extern int data_num;