tools/nxstyle: add 'IRQn_Type' to whitelists

This commit is contained in:
raiden00pl 2023-03-05 14:30:31 +01:00 committed by Petro Karashchenko
parent e7bf464c7a
commit c4c2b14623
1 changed files with 7 additions and 0 deletions

View File

@ -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
};