1
0
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:
Alexandre Abadie 2020-10-02 07:57:00 +02:00
parent 2609dc1aa7
commit c458bbceca
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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__)