Treat the LED driver as a peripheral with a driver

This commit is contained in:
Eric Tang
2017-07-12 20:03:50 -07:00
parent 3730733b73
commit 595ced9902
7 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
#include "system_properties.h"
#include "peripherals/test_led.h"
#include "i2c_addresses.h"
#include "led_driver.h"
#include "peripherals/led_driver.h"
#include "peripherals/merge_sensor.h"
#include "config/parse_config.h"
#include "config/config_state.h"