Files
RTLPlayground/rtl837x_leds.h
T
2026-02-08 20:23:30 +01:00

8 lines
110 B
C

#ifndef _RTL837X_LEDS_H_
#define _RTL837X_LEDS_H_
#include <stdint.h>
void leds_dump(void) __banked;
#endif