[fix] update examples cdk project

This commit is contained in:
jzlv 2021-06-04 17:51:00 +08:00
parent c2f3072455
commit 5cca7f0193
57 changed files with 473 additions and 547 deletions

View file

@ -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);
}
}