4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-18 18:39:11 +08:00

Merge pull request #3380 from DavidLin1577/patch-8

[net] Fixed macro error in lc-switch.h
This commit is contained in:
Bernard Xiong 2020-02-17 12:17:23 +08:00 committed by GitHub
commit c3410c7884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@
*/
#ifndef __LC_SWITCH_H__
#define __LC_SWTICH_H__
#define __LC_SWITCH_H__
/* WARNING! lc implementation using switch() does not work if an
LC_SET() is done within another switch() statement! */