From 12cb4b142e6b768c8979e5ae145bc3209b35a583 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 12 May 2017 11:44:34 +0200 Subject: [PATCH] Corrected 'sussystem' to 'subsystem' --- examples/blinky/blinky.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/blinky/blinky.c b/examples/blinky/blinky.c index b52fd2c..7b52cc1 100644 --- a/examples/blinky/blinky.c +++ b/examples/blinky/blinky.c @@ -23,7 +23,7 @@ void some_timerfunc(void *arg) void ICACHE_FLASH_ATTR user_init() { - // init gpio sussytem + // init gpio subsytem gpio_init(); // configure UART TXD to be GPIO1, set as output