Sign in
nest-open-source
/
nest-detect
/
1.1.1
/
freertos
/
40f64f9f13eca7c99c37d414f8806b42f68bd1af
/
.
/
FreeRTOS
/
Demo
/
MSP430X_MSP430F5438_IAR
/
F5XX_6XX_Core_Lib
/
hal_macros.h
blob: 4eec43a1dd62385b88671192c55e522a0b6fe092 [
file
] [
log
] [
blame
]
/*
* This macro is for use by other macros to form a fully valid C statement.
*/
#define
st
(
x
)
do
{
x
}
while
(
__LINE__
==
-
1
)