rename files
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "gap.h"
|
#include "gap.h"
|
||||||
#include "gatt_svc.h"
|
#include "gatt_svc.h"
|
||||||
#include "heart_rate.h"
|
#include "temp.h"
|
||||||
#include "led.h"
|
#include "led.h"
|
||||||
|
|
||||||
/* Library function declarations */
|
/* Library function declarations */
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* Includes */
|
/* Includes */
|
||||||
#include "gatt_svc.h"
|
#include "gatt_svc.h"
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "heart_rate.h"
|
#include "temp.h"
|
||||||
#include "led.h"
|
#include "led.h"
|
||||||
|
|
||||||
/* Private function declarations */
|
/* Private function declarations */
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Includes */
|
/* Includes */
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "heart_rate.h"
|
#include "temp.h"
|
||||||
|
|
||||||
/* Private variables */
|
/* Private variables */
|
||||||
static uint8_t heart_rate;
|
static uint8_t heart_rate;
|
||||||
Reference in New Issue
Block a user