1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00
Kees Bakker c1d3128be3 dist/tools: add Coccinelle check for ARRAYSIZE
This Coccinelle script will warn when new code has the potential to use
the macro ARRAYSIZE instead of something like this
     sizeof(some_array) / sizeof(some_array[0])
2019-08-07 21:55:41 +02:00
..
2017-06-17 17:00:55 +02:00
2018-10-08 12:20:49 +02:00
2017-07-06 23:26:56 +02:00
2019-02-11 17:09:13 +01:00
2016-04-18 13:51:05 +02:00