aboutsummaryrefslogtreecommitdiff
path: root/main/main.c
blob: 9c53c3fa57356c6eb45a5807f4e7ca3c097f5d7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include "sdkconfig.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_system.h"
#include "esp_spi_flash.h"

void app_main(void)
{
  printf("Hello, World!\n");
}