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