Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
8730854206b9b61cdb3551244e6c3767faa5496d
/
.
/
drivers
/
hwinfo
/
hwinfo_weak_impl.c
blob: 053c16558264039fadca4158724d534bd5139564 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2018 Alexander Wachter
*
* SPDX-License-Identifier: Apache-2.0
*/
#include
<hwinfo.h>
ssize_t
__weak _impl_hwinfo_get_device_id
(
u8_t
*
buffer
,
size_t
length
)
{
return
-
ENOTSUP
;
}