mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 18:56:10 +08:00
tools/nxstyle: add 'IRQn_Type' to whitelists
This commit is contained in:
committed by
Petro Karashchenko
parent
e7bf464c7a
commit
c4c2b14623
@@ -530,6 +530,13 @@ static const char *g_white_list[] =
|
||||
"idVendor",
|
||||
"idProduct",
|
||||
|
||||
/* Ref:
|
||||
* arch/arm/src/nrf52/sdc/nrf.h
|
||||
* arch/arm/src/nrf53/sdc/nrf.h
|
||||
*/
|
||||
|
||||
"IRQn_Type",
|
||||
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user