[device] add dev_ prefix for file names

This commit is contained in:
CXSforHPU
2024-08-23 18:15:09 -04:00
committed by GitHub
parent edfc7d6201
commit 416ec66380
78 changed files with 127 additions and 153 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
*/
#include "drv_i2c.h"
#include "i2c.h"
#include "drivers/dev_i2c.h"
#include <rtdevice.h>
#include <rtthread.h>
#include "board.h"
+1 -1
View File
@@ -8,7 +8,7 @@
* 2021-03-15 picospuch Porting for maxiam32660
*/
#include "rtc.h"
#include "drivers/dev_rtc.h"
#include "board.h"
#include <sys/time.h>