refactor drv_led.h: rename to drv_board_led.h

This makes it clear that it's used to control the board LED's, not external
LED's.
This commit is contained in:
Beat Küng
2017-02-24 09:58:39 +01:00
committed by Lorenz Meier
parent 61c1f6a8ef
commit b0439836f6
30 changed files with 31 additions and 32 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <drivers/drv_led.h>
#include <drivers/drv_board_led.h>
#include "simulator.h"