mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
cpu/esp_common: fix typo 'implementd' -> 'implemented'
This commit is contained in:
parent
2609dc1aa7
commit
c458bbceca
@ -51,7 +51,7 @@ extern "C" {
|
||||
#define RTC_DATA_ATTR __attribute__((section(".rtc.data")))
|
||||
#endif
|
||||
|
||||
/** Print out a message that function is not yet implementd */
|
||||
/** Print out a message that function is not yet implemented */
|
||||
#define NOT_YET_IMPLEMENTED() LOG_INFO("%s not yet implemented\n", __func__)
|
||||
/** Print out a message that function is not supported */
|
||||
#define NOT_SUPPORTED() LOG_INFO("%s not supported\n", __func__)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user