repo.or.cz
/
nrf5x-base-fork.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed "Error: SVC is not permitted on this architecture" error on newer ARM compilers
[nrf5x-base-fork.git]
/
services
/
device_info_service.h
blob
ecd8291f6d0cc494e158f065961bb49e23a0f9b6
1
#ifndef __DEVICE_INFO_SERVICE_H
2
#define __DEVICE_INFO_SERVICE_H
3
4
// Functions
5
void
simple_ble_device_info_service_automatic
();
6
void
simple_ble_device_info_service
(
char
*
hw_rev
,
char
*
fw_rev
,
char
*
sw_rev
);
7
8
#endif
//__DEVICE_INFO_SERVICE_H