mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-13 08:18:36 +00:00
[fix] update examples cdk project
This commit is contained in:
parent
c2f3072455
commit
5cca7f0193
57 changed files with 473 additions and 547 deletions
|
@ -20,14 +20,17 @@
|
|||
* under the License.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "hal_uart.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
bflb_platform_init(0);
|
||||
MSG("hello world!\r\n");
|
||||
|
||||
while(1)
|
||||
{
|
||||
|
||||
MSG("hello world!\r\n");
|
||||
bflb_platform_delay_ms(1000);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue