mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-08-18 10:12:38 +08:00
remove stray semicolons
CI Checks / git-secrets (push) Has been cancelled
CI Checks / formatting (push) Has been cancelled
CI Checks / spell-check (push) Has been cancelled
CI Checks / doxygen (push) Has been cancelled
CI Checks / verify-manifest (push) Has been cancelled
CI Checks / memory-statistics (push) Has been cancelled
CI Checks / proof_ci (push) Has been cancelled
FreeRTOS Demos / WIN32 MSVC (push) Has been cancelled
FreeRTOS Demos / WIN32 MingW (push) Has been cancelled
FreeRTOS Demos / Posix GCC (push) Has been cancelled
FreeRTOS Demos / GNU MSP430 Toolchain (push) Has been cancelled
FreeRTOS Demos / GNU ARM Toolchain (push) Has been cancelled
FreeRTOS MPU Demo / TI-Hercules RM46 and RM57 MPU Demos (push) Has been cancelled
Build FreeRTOS+ Demos / Windows Simulator Cellular Demos (push) Has been cancelled
Build FreeRTOS+ Demos / coreHTTP WinSim Demos (push) Has been cancelled
Build FreeRTOS+ Demos / corePKCS11 WinSim Demos (push) Has been cancelled
Build FreeRTOS+ Demos / core Library Windows Simulator Demos (push) Has been cancelled
Build FreeRTOS+ Demos / AWS IoT Windows Simulator Demos (push) Has been cancelled
Build FreeRTOS+ Demos / FreeRTOS+TCP Posix Simulator Demo (push) Has been cancelled
Build FreeRTOS+ Demos / FreeRTOS+TCP QEMU ARM MPS2 AN385 (push) Has been cancelled
Build FreeRTOS+ Demos / FreeRTOS+TCP Windows Simulator Demos (push) Has been cancelled
Build FreeRTOS+ Demos / FreeRTOS+CLI Windows Simulator Demos (push) Has been cancelled
Kernel Unit Tests / FreeRTOS/Source Submodule Revision (push) Has been cancelled
Kernel Unit Tests / FreeRTOS-Kernel Main Branch (push) Has been cancelled
CI Checks / git-secrets (push) Has been cancelled
CI Checks / formatting (push) Has been cancelled
CI Checks / spell-check (push) Has been cancelled
CI Checks / doxygen (push) Has been cancelled
CI Checks / verify-manifest (push) Has been cancelled
CI Checks / memory-statistics (push) Has been cancelled
CI Checks / proof_ci (push) Has been cancelled
FreeRTOS Demos / WIN32 MSVC (push) Has been cancelled
FreeRTOS Demos / WIN32 MingW (push) Has been cancelled
FreeRTOS Demos / Posix GCC (push) Has been cancelled
FreeRTOS Demos / GNU MSP430 Toolchain (push) Has been cancelled
FreeRTOS Demos / GNU ARM Toolchain (push) Has been cancelled
FreeRTOS MPU Demo / TI-Hercules RM46 and RM57 MPU Demos (push) Has been cancelled
Build FreeRTOS+ Demos / Windows Simulator Cellular Demos (push) Has been cancelled
Build FreeRTOS+ Demos / coreHTTP WinSim Demos (push) Has been cancelled
Build FreeRTOS+ Demos / corePKCS11 WinSim Demos (push) Has been cancelled
Build FreeRTOS+ Demos / core Library Windows Simulator Demos (push) Has been cancelled
Build FreeRTOS+ Demos / AWS IoT Windows Simulator Demos (push) Has been cancelled
Build FreeRTOS+ Demos / FreeRTOS+TCP Posix Simulator Demo (push) Has been cancelled
Build FreeRTOS+ Demos / FreeRTOS+TCP QEMU ARM MPS2 AN385 (push) Has been cancelled
Build FreeRTOS+ Demos / FreeRTOS+TCP Windows Simulator Demos (push) Has been cancelled
Build FreeRTOS+ Demos / FreeRTOS+CLI Windows Simulator Demos (push) Has been cancelled
Kernel Unit Tests / FreeRTOS/Source Submodule Revision (push) Has been cancelled
Kernel Unit Tests / FreeRTOS-Kernel Main Branch (push) Has been cancelled
Remove stray semicolons from demo code. Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
This commit is contained in:
committed by
Archit Gupta
parent
e83f1402d5
commit
30b61e5503
+1
-1
@@ -773,7 +773,7 @@ s32 XSdPs_Change_ClkFreq(XSdPs *InstancePtr, u32 SelFreq)
|
||||
XSDPS_CLK_CTRL_OFFSET);
|
||||
while((ReadReg & XSDPS_CC_INT_CLK_STABLE_MASK) == 0U) {
|
||||
ReadReg = XSdPs_ReadReg16(InstancePtr->Config.BaseAddress,
|
||||
XSDPS_CLK_CTRL_OFFSET);;
|
||||
XSDPS_CLK_CTRL_OFFSET);
|
||||
}
|
||||
|
||||
/* Enable SD clock */
|
||||
|
||||
@@ -591,11 +591,11 @@ void lcdd_draw_string_with_bgcolor(uint32_t x, uint32_t y,
|
||||
|
||||
while (*p_string) {
|
||||
if (*p_string == '\n') {
|
||||
y += height + char_space;;
|
||||
y += height + char_space;
|
||||
x = xorg;
|
||||
} else {
|
||||
lcdd_draw_char_with_bgcolor(x, y, *p_string, fontColor, bgColor);
|
||||
x += width + char_space;;
|
||||
x += width + char_space;
|
||||
}
|
||||
p_string++;
|
||||
}
|
||||
|
||||
+1
-1
@@ -741,7 +741,7 @@ ALT_STATUS_CODE alt_dma_program_DMAMOV(ALT_DMA_PROGRAM_t * pgm,
|
||||
uint8_t * buffer = pgm->program + pgm->buffer_start + pgm->code_size;
|
||||
|
||||
// Assemble DMAMOV
|
||||
buffer[0] = 0xbc;;
|
||||
buffer[0] = 0xbc;
|
||||
buffer[1] = rd_mask;
|
||||
buffer[2] = (uint8_t)((val >> 0) & 0xff);
|
||||
buffer[3] = (uint8_t)((val >> 8) & 0xff);
|
||||
|
||||
+1
-1
@@ -773,7 +773,7 @@ s32 XSdPs_Change_ClkFreq(XSdPs *InstancePtr, u32 SelFreq)
|
||||
XSDPS_CLK_CTRL_OFFSET);
|
||||
while((ReadReg & XSDPS_CC_INT_CLK_STABLE_MASK) == 0U) {
|
||||
ReadReg = XSdPs_ReadReg16(InstancePtr->Config.BaseAddress,
|
||||
XSDPS_CLK_CTRL_OFFSET);;
|
||||
XSDPS_CLK_CTRL_OFFSET);
|
||||
}
|
||||
|
||||
/* Enable SD clock */
|
||||
|
||||
@@ -182,7 +182,7 @@ __IAR_FT uint16_t __iar_uint16_read(void const *ptr)
|
||||
#pragma language=extended
|
||||
__IAR_FT void __iar_uint16_write(void const *ptr, uint16_t val)
|
||||
{
|
||||
*(__packed uint16_t*)(ptr) = val;;
|
||||
*(__packed uint16_t*)(ptr) = val;
|
||||
}
|
||||
#pragma language=restore
|
||||
#define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL)
|
||||
@@ -204,7 +204,7 @@ __IAR_FT uint32_t __iar_uint32_read(void const *ptr)
|
||||
#pragma language=extended
|
||||
__IAR_FT void __iar_uint32_write(void const *ptr, uint32_t val)
|
||||
{
|
||||
*(__packed uint32_t*)(ptr) = val;;
|
||||
*(__packed uint32_t*)(ptr) = val;
|
||||
}
|
||||
#pragma language=restore
|
||||
#define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL)
|
||||
|
||||
+2
-2
@@ -182,7 +182,7 @@ __IAR_FT uint16_t __iar_uint16_read(void const *ptr)
|
||||
#pragma language=extended
|
||||
__IAR_FT void __iar_uint16_write(void const *ptr, uint16_t val)
|
||||
{
|
||||
*(__packed uint16_t*)(ptr) = val;;
|
||||
*(__packed uint16_t*)(ptr) = val;
|
||||
}
|
||||
#pragma language=restore
|
||||
#define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL)
|
||||
@@ -204,7 +204,7 @@ __IAR_FT uint32_t __iar_uint32_read(void const *ptr)
|
||||
#pragma language=extended
|
||||
__IAR_FT void __iar_uint32_write(void const *ptr, uint32_t val)
|
||||
{
|
||||
*(__packed uint32_t*)(ptr) = val;;
|
||||
*(__packed uint32_t*)(ptr) = val;
|
||||
}
|
||||
#pragma language=restore
|
||||
#define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL)
|
||||
|
||||
@@ -187,7 +187,7 @@
|
||||
*
|
||||
* while(1) {
|
||||
* ret = I2S_writeReclaim(handle, &pDesc);
|
||||
* pDesc->bufPtr = &hello;;
|
||||
* pDesc->bufPtr = &hello;
|
||||
* pDesc->bufSize = sizeof(hello);
|
||||
* ret = I2S_writeIssue(handle, pDesc);
|
||||
* }
|
||||
|
||||
@@ -244,5 +244,5 @@ uint32_t Afe_SendData( AfeDma *pAfed, AfeCmd *pCommand)
|
||||
if (XDMAD_StartTransfer( pAfed->pXdmad, afeDmaRxChannel ))
|
||||
return AFE_ERROR_LOCK;
|
||||
|
||||
return AFE_OK;;
|
||||
return AFE_OK;
|
||||
}
|
||||
|
||||
@@ -432,7 +432,7 @@ void AFEC_SetAnalogOffset( Afec *pAFE, uint32_t dwChannel,uint32_t aoffset )
|
||||
{
|
||||
assert( dwChannel < 12 ) ;
|
||||
pAFE->AFEC_CSELR = dwChannel;
|
||||
pAFE->AFEC_COCR = (aoffset & AFEC_COCR_AOFF_Msk);;
|
||||
pAFE->AFEC_COCR = (aoffset & AFEC_COCR_AOFF_Msk);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -230,5 +230,5 @@ uint32_t Dac_SendData( DacDma *pDacd, DacCmd *pCommand)
|
||||
/* Start DMA TX */
|
||||
if (XDMAD_StartTransfer( pDacd->pXdmad, dacDmaTxChannel ))
|
||||
return DAC_ERROR_LOCK;
|
||||
return DAC_OK;;
|
||||
return DAC_OK;
|
||||
}
|
||||
|
||||
@@ -157,7 +157,7 @@ static uint8_t _Afe_configureLinkList(Afec *pAfeHw, void *pXdmad, AfeCmd *pComma
|
||||
xdmadRxCfg.mbr_ubc = XDMA_UBC_NVIEW_NDV0 |
|
||||
XDMA_UBC_NDE_FETCH_EN|
|
||||
XDMA_UBC_NDEN_UPDATED |
|
||||
pCommand->RxSize;;
|
||||
pCommand->RxSize;
|
||||
xdmadRxCfg.mbr_da = (uint32_t)pCommand->pRxBuff;
|
||||
xdmadRxCfg.mbr_sa = (uint32_t)&(pAfeHw->AFEC_LCDR);
|
||||
xdmadRxCfg.mbr_cfg = XDMAC_CC_TYPE_PER_TRAN |
|
||||
@@ -253,5 +253,5 @@ uint32_t Afe_SendData( AfeDma *pAfed, AfeCmd *pCommand)
|
||||
if (XDMAD_StartTransfer( pAfed->pXdmad, afeDmaRxChannel ))
|
||||
return AFE_ERROR_LOCK;
|
||||
|
||||
return AFE_OK;;
|
||||
return AFE_OK;
|
||||
}
|
||||
|
||||
@@ -449,7 +449,7 @@ void AFEC_SetAnalogOffset( Afec *pAFE, uint32_t dwChannel,uint32_t aoffset )
|
||||
{
|
||||
assert( dwChannel < 12 ) ;
|
||||
pAFE->AFEC_CSELR = dwChannel;
|
||||
pAFE->AFEC_COCR = (aoffset & AFEC_COCR_AOFF_Msk);;
|
||||
pAFE->AFEC_COCR = (aoffset & AFEC_COCR_AOFF_Msk);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -226,7 +226,7 @@ uint32_t Dac_SendData( DacDma *pDacd, DacCmd *pCommand)
|
||||
/* Start DMA TX */
|
||||
if (XDMAD_StartTransfer( pDacd->pXdmad, dacDmaTxChannel ))
|
||||
return DAC_ERROR_LOCK;
|
||||
return DAC_OK;;
|
||||
return DAC_OK;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -192,7 +192,7 @@ __IAR_FT uint16_t __iar_uint16_read(void const *ptr)
|
||||
#pragma language=extended
|
||||
__IAR_FT void __iar_uint16_write(void const *ptr, uint16_t val)
|
||||
{
|
||||
*(__packed uint16_t*)(ptr) = val;;
|
||||
*(__packed uint16_t*)(ptr) = val;
|
||||
}
|
||||
#pragma language=restore
|
||||
#define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL)
|
||||
@@ -214,7 +214,7 @@ __IAR_FT uint32_t __iar_uint32_read(void const *ptr)
|
||||
#pragma language=extended
|
||||
__IAR_FT void __iar_uint32_write(void const *ptr, uint32_t val)
|
||||
{
|
||||
*(__packed uint32_t*)(ptr) = val;;
|
||||
*(__packed uint32_t*)(ptr) = val;
|
||||
}
|
||||
#pragma language=restore
|
||||
#define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL)
|
||||
|
||||
@@ -187,7 +187,7 @@ __IAR_FT uint16_t __iar_uint16_read(void const *ptr)
|
||||
#pragma language=extended
|
||||
__IAR_FT void __iar_uint16_write(void const *ptr, uint16_t val)
|
||||
{
|
||||
*(__packed uint16_t*)(ptr) = val;;
|
||||
*(__packed uint16_t*)(ptr) = val;
|
||||
}
|
||||
#pragma language=restore
|
||||
#define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL)
|
||||
@@ -209,7 +209,7 @@ __IAR_FT uint32_t __iar_uint32_read(void const *ptr)
|
||||
#pragma language=extended
|
||||
__IAR_FT void __iar_uint32_write(void const *ptr, uint32_t val)
|
||||
{
|
||||
*(__packed uint32_t*)(ptr) = val;;
|
||||
*(__packed uint32_t*)(ptr) = val;
|
||||
}
|
||||
#pragma language=restore
|
||||
#define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL)
|
||||
|
||||
@@ -194,7 +194,7 @@ __IAR_FT uint16_t __iar_uint16_read(void const *ptr)
|
||||
#pragma language=extended
|
||||
__IAR_FT void __iar_uint16_write(void const *ptr, uint16_t val)
|
||||
{
|
||||
*(__packed uint16_t*)(ptr) = val;;
|
||||
*(__packed uint16_t*)(ptr) = val;
|
||||
}
|
||||
#pragma language=restore
|
||||
#define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL)
|
||||
@@ -216,7 +216,7 @@ __IAR_FT uint32_t __iar_uint32_read(void const *ptr)
|
||||
#pragma language=extended
|
||||
__IAR_FT void __iar_uint32_write(void const *ptr, uint32_t val)
|
||||
{
|
||||
*(__packed uint32_t*)(ptr) = val;;
|
||||
*(__packed uint32_t*)(ptr) = val;
|
||||
}
|
||||
#pragma language=restore
|
||||
#define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL)
|
||||
|
||||
+2
-2
@@ -182,7 +182,7 @@ __IAR_FT uint16_t __iar_uint16_read(void const *ptr)
|
||||
#pragma language=extended
|
||||
__IAR_FT void __iar_uint16_write(void const *ptr, uint16_t val)
|
||||
{
|
||||
*(__packed uint16_t*)(ptr) = val;;
|
||||
*(__packed uint16_t*)(ptr) = val;
|
||||
}
|
||||
#pragma language=restore
|
||||
#define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL)
|
||||
@@ -204,7 +204,7 @@ __IAR_FT uint32_t __iar_uint32_read(void const *ptr)
|
||||
#pragma language=extended
|
||||
__IAR_FT void __iar_uint32_write(void const *ptr, uint32_t val)
|
||||
{
|
||||
*(__packed uint32_t*)(ptr) = val;;
|
||||
*(__packed uint32_t*)(ptr) = val;
|
||||
}
|
||||
#pragma language=restore
|
||||
#define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL)
|
||||
|
||||
+2
-2
@@ -182,7 +182,7 @@ __IAR_FT uint16_t __iar_uint16_read(void const *ptr)
|
||||
#pragma language=extended
|
||||
__IAR_FT void __iar_uint16_write(void const *ptr, uint16_t val)
|
||||
{
|
||||
*(__packed uint16_t*)(ptr) = val;;
|
||||
*(__packed uint16_t*)(ptr) = val;
|
||||
}
|
||||
#pragma language=restore
|
||||
#define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL)
|
||||
@@ -204,7 +204,7 @@ __IAR_FT uint32_t __iar_uint32_read(void const *ptr)
|
||||
#pragma language=extended
|
||||
__IAR_FT void __iar_uint32_write(void const *ptr, uint32_t val)
|
||||
{
|
||||
*(__packed uint32_t*)(ptr) = val;;
|
||||
*(__packed uint32_t*)(ptr) = val;
|
||||
}
|
||||
#pragma language=restore
|
||||
#define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL)
|
||||
|
||||
+1
-1
@@ -849,7 +849,7 @@ HAL_StatusTypeDef HAL_CRYP_UnRegisterCallback(CRYP_HandleTypeDef *hcryp, HAL_CRY
|
||||
else
|
||||
{
|
||||
/* Update the error code */
|
||||
hcryp->ErrorCode |= HAL_CRYP_ERROR_INVALID_CALLBACK;;
|
||||
hcryp->ErrorCode |= HAL_CRYP_ERROR_INVALID_CALLBACK;
|
||||
/* Return error status */
|
||||
status = HAL_ERROR;
|
||||
}
|
||||
|
||||
+1
-1
@@ -410,7 +410,7 @@ HAL_StatusTypeDef HAL_ETHEx_GetTxVLANConfig(ETH_HandleTypeDef *heth, uint32_t VL
|
||||
pVlanConfig->VLANTagControl = READ_BIT(heth->Instance->MACVIR, (ETH_MACVIR_VLP | ETH_MACVIR_VLC));
|
||||
}
|
||||
|
||||
return HAL_OK;;
|
||||
return HAL_OK;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
+2
-2
@@ -182,7 +182,7 @@ __IAR_FT uint16_t __iar_uint16_read(void const *ptr)
|
||||
#pragma language=extended
|
||||
__IAR_FT void __iar_uint16_write(void const *ptr, uint16_t val)
|
||||
{
|
||||
*(__packed uint16_t*)(ptr) = val;;
|
||||
*(__packed uint16_t*)(ptr) = val;
|
||||
}
|
||||
#pragma language=restore
|
||||
#define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL)
|
||||
@@ -204,7 +204,7 @@ __IAR_FT uint32_t __iar_uint32_read(void const *ptr)
|
||||
#pragma language=extended
|
||||
__IAR_FT void __iar_uint32_write(void const *ptr, uint32_t val)
|
||||
{
|
||||
*(__packed uint32_t*)(ptr) = val;;
|
||||
*(__packed uint32_t*)(ptr) = val;
|
||||
}
|
||||
#pragma language=restore
|
||||
#define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL)
|
||||
|
||||
+1
-1
@@ -1249,7 +1249,7 @@ static void FLASH_OB_GetPCROP(uint32_t * PCROPConfig, uint32_t * PCROPStartAddr,
|
||||
*PCROPStartAddr = (reg_value << 4) + FLASH_BASE;
|
||||
|
||||
reg_value = (READ_REG(FLASH->PCROP2ER) & FLASH_PCROP2ER_PCROP2_END);
|
||||
*PCROPEndAddr = (reg_value << 4) + FLASH_BASE + 0xFU;;
|
||||
*PCROPEndAddr = (reg_value << 4) + FLASH_BASE + 0xFU;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
+1
-1
@@ -773,7 +773,7 @@ s32 XSdPs_Change_ClkFreq(XSdPs *InstancePtr, u32 SelFreq)
|
||||
XSDPS_CLK_CTRL_OFFSET);
|
||||
while((ReadReg & XSDPS_CC_INT_CLK_STABLE_MASK) == 0U) {
|
||||
ReadReg = XSdPs_ReadReg16(InstancePtr->Config.BaseAddress,
|
||||
XSDPS_CLK_CTRL_OFFSET);;
|
||||
XSDPS_CLK_CTRL_OFFSET);
|
||||
}
|
||||
|
||||
/* Enable SD clock */
|
||||
|
||||
+1
-1
@@ -547,7 +547,7 @@ uint8_t EVENT_GetIRQPriority(IRQn_Type IRQn)
|
||||
|
||||
bool SystemInISR(void)
|
||||
{
|
||||
return ((EVENT_UNIT->INTPTENACTIVE) != 0);;
|
||||
return ((EVENT_UNIT->INTPTENACTIVE) != 0);
|
||||
}
|
||||
|
||||
void EVENT_SystemReset(void)
|
||||
|
||||
+1
-1
@@ -526,7 +526,7 @@ void EVENT_SetIRQPriority(IRQn_Type IRQn, uint8_t intPriority)
|
||||
|
||||
bool SystemInISR(void)
|
||||
{
|
||||
return ((EVENT_UNIT->INTPTENACTIVE) != 0);;
|
||||
return ((EVENT_UNIT->INTPTENACTIVE) != 0);
|
||||
}
|
||||
|
||||
void EVENT_SystemReset(void)
|
||||
|
||||
+2
-2
@@ -192,7 +192,7 @@ __IAR_FT uint16_t __iar_uint16_read(void const *ptr)
|
||||
#pragma language=extended
|
||||
__IAR_FT void __iar_uint16_write(void const *ptr, uint16_t val)
|
||||
{
|
||||
*(__packed uint16_t*)(ptr) = val;;
|
||||
*(__packed uint16_t*)(ptr) = val;
|
||||
}
|
||||
#pragma language=restore
|
||||
#define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL)
|
||||
@@ -214,7 +214,7 @@ __IAR_FT uint32_t __iar_uint32_read(void const *ptr)
|
||||
#pragma language=extended
|
||||
__IAR_FT void __iar_uint32_write(void const *ptr, uint32_t val)
|
||||
{
|
||||
*(__packed uint32_t*)(ptr) = val;;
|
||||
*(__packed uint32_t*)(ptr) = val;
|
||||
}
|
||||
#pragma language=restore
|
||||
#define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL)
|
||||
|
||||
Reference in New Issue
Block a user