Update soft_spi_master_main.c

This commit is contained in:
Jerzy Stusiński 2025-01-01 18:37:18 +01:00 committed by GitHub
parent b5ac4fbdf9
commit 7eaf7f9ebe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,8 +9,6 @@
#include "esp_check.h"
#include "soft_spi.h"
#define READ_COUNT 16
const char* EXAMPLE_TAG = "soft_spi_master";
void app_main(void)