diff options
Diffstat (limited to 'src/target/espressif/esp_semihosting.c')
-rw-r--r-- | src/target/espressif/esp_semihosting.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/espressif/esp_semihosting.c b/src/target/espressif/esp_semihosting.c index f9e8b02..5e9cb94 100644 --- a/src/target/espressif/esp_semihosting.c +++ b/src/target/espressif/esp_semihosting.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +// SPDX-License-Identifier: GPL-2.0-or-later /*************************************************************************** * Semihosting API for Espressif chips * |