diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-08-09 22:23:08 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-08-09 22:23:08 +0200 |
commit | 3f913efda03fd840cd526ef72e6f397c7da61bd7 (patch) | |
tree | 08f62c93e0e0660fdb7beba32276ff1ceb7a8a3c /fw/fe310/eos/dev/bq25895.c | |
parent | 810dde21ee65653c15606917b19566cfbaaf165e (diff) |
code layout
Diffstat (limited to 'fw/fe310/eos/dev/bq25895.c')
-rw-r--r-- | fw/fe310/eos/dev/bq25895.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fw/fe310/eos/dev/bq25895.c b/fw/fe310/eos/dev/bq25895.c index b290926..11323c7 100644 --- a/fw/fe310/eos/dev/bq25895.c +++ b/fw/fe310/eos/dev/bq25895.c @@ -3,8 +3,9 @@ #include <stdio.h> #include "eos.h" -#include "pwr.h" -#include "i2c.h" +#include "soc/pwr.h" +#include "soc/i2c.h" + #include "bq25895.h" static int reg_read(uint8_t reg, uint8_t *data) { |