diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-07-17 09:57:10 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-07-17 09:57:10 +0200 |
commit | 3fddb519f01ca53f1fd6f5c24e154912b25d1138 (patch) | |
tree | 62efb5ea5431f543f0ea899aa809e262e47980ba /include/esp8266/user_config.h | |
parent | 658ca283452c5944c55d9c751868eef6c6f34138 (diff) |
Move include/$arch to include/arch/$arch to be consistent with src/ hierarchy
Diffstat (limited to 'include/esp8266/user_config.h')
-rw-r--r-- | include/esp8266/user_config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/esp8266/user_config.h b/include/esp8266/user_config.h deleted file mode 100644 index 529fb46..0000000 --- a/include/esp8266/user_config.h +++ /dev/null @@ -1,5 +0,0 @@ -/* - * required by ESP8266 SDK's osapi.h - * - * Intentionally left blank. - */ |