Files
wut/include/nsysccr.h
GaryOderNichts aa82ecd64f Add top level convinience headers for all RPL libraries (#452)
* Add top level convinience headers for all RPL libraries

* Add nsyskbd to group and add top level header

* Simplify `test_compile_headers_list.h`
2026-09-10 14:09:25 +02:00

15 lines
210 B
C

#pragma once
/**
* \defgroup nsysccr nsysccr
*
*
*/
#include <nsysccr/ccr.h>
#include <nsysccr/cdc.h>
#include <nsysccr/cfg.h>
#include <nsysccr/hid.h>
#include <nsysccr/irda.h>
#include <nsysccr/nfc.h>