mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2024-12-04 16:45:43 +01:00
Move header files into include directory
This commit is contained in:
parent
44f6e42c7a
commit
6f2da044fe
@ -3,7 +3,7 @@
|
||||
|
||||
#include <zephyr/types.h>
|
||||
|
||||
#include "../covid_types.h"
|
||||
#include "covid_types.h"
|
||||
#include "sequencenumber.h"
|
||||
|
||||
typedef uint64_t storage_id_t;
|
@ -6,8 +6,8 @@
|
||||
#include <string.h>
|
||||
#include <sys/crc.h>
|
||||
|
||||
#include "ens_error.h"
|
||||
#include "ens_fs.h"
|
||||
#include "ens/ens_error.h"
|
||||
#include "ens/ens_fs.h"
|
||||
|
||||
#define SEED 42
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
#include <string.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include "../covid_types.h"
|
||||
#include "ens_error.h"
|
||||
#include "records.h"
|
||||
#include "sequencenumber.h"
|
||||
#include "storage.h"
|
||||
#include "covid_types.h"
|
||||
#include "ens/ens_error.h"
|
||||
#include "ens/records.h"
|
||||
#include "ens/sequencenumber.h"
|
||||
#include "ens/storage.h"
|
||||
|
||||
int ens_records_iterator_init_range(record_iterator_t* iterator,
|
||||
record_sequence_number_t* opt_start,
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "sequencenumber.h"
|
||||
#include "ens/sequencenumber.h"
|
||||
|
||||
#define SN_MASK 0xffffff
|
||||
|
||||
|
@ -7,10 +7,10 @@
|
||||
#include <string.h>
|
||||
#include <zephyr.h>
|
||||
|
||||
#include "ens_error.h"
|
||||
#include "ens_fs.h"
|
||||
#include "sequencenumber.h"
|
||||
#include "storage.h"
|
||||
#include "ens/ens_error.h"
|
||||
#include "ens/ens_fs.h"
|
||||
#include "ens/sequencenumber.h"
|
||||
#include "ens/storage.h"
|
||||
|
||||
#define STORED_CONTACTS_INFO_ID 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user