mirror of
https://github.com/espressif/openthread.git
synced 2026-08-17 16:09:51 +00:00
[nrf528xx] fix Keil compilation error in nrf_ficr.h (#4744)
This commit is contained in:
@@ -123,16 +123,12 @@ __STATIC_INLINE uint32_t nrf_ficr_nfc_tagheader_get(NRF_FICR_Type const * p_reg,
|
||||
switch(tagheader_id) {
|
||||
case 0:
|
||||
return p_reg->NFC.TAGHEADER0;
|
||||
break;
|
||||
case 1:
|
||||
return p_reg->NFC.TAGHEADER1;
|
||||
break;
|
||||
case 2:
|
||||
return p_reg->NFC.TAGHEADER2;
|
||||
break;
|
||||
case 3:
|
||||
return p_reg->NFC.TAGHEADER3;
|
||||
break;
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user