]> Git Repo - esp-hosted.git/commitdiff
enable the dummy design
authorYogesh Mantri <[email protected]>
Thu, 31 Aug 2023 07:03:47 +0000 (15:03 +0800)
committerYogesh Mantri <[email protected]>
Thu, 14 Sep 2023 12:11:35 +0000 (20:11 +0800)
esp_hosted_fg/esp/esp_driver/network_adapter/main/spi_slave_api.c

index 95c6ae3a45dc657101f7d4625e3d3d148e3afe2d..572d9f6f457bbf110848136191f5166360b8f0a4 100644 (file)
@@ -31,6 +31,7 @@
 #include "esp_timer.h"
 
 /* DUMMY_TRANS_DESIGN is not enabled */
+#define DUMMY_TRANS_DESIGN 1
 static const char TAG[] = "SPI_DRIVER";
 /* SPI settings */
 #define SPI_BITS_PER_WORD          8
This page took 0.028115 seconds and 4 git commands to generate.