Files
simtrace2/firmware/libboard/qmod/include/wwan_led.h
Harald Welte 3f5e3ddffc Change directory structure to align with Atmel softpack
This way we can easily check with 'diff' for differences in our code and
Atmel softpack.  Also, this layout is more suitable for building various
different firmware images (e.g. factory-test, dfu-loader, main
application) for a variety of different boards (simtrace, owhw, qmod).
2017-02-27 14:24:11 +01:00

5 lines
70 B
C

#pragma once
int wwan_led_active(int wwan);
int wwan_led_init(void);