fix strict prototype issue in app_main

This commit is contained in:
David Cermak 2019-11-14 15:09:27 +01:00
parent b68f55fc78
commit 418fb4d0ec
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include "freertos/task.h"
void app_main()
void app_main(void)
{
int i = 0;
while (1) {