diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/src/ble.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/ble.c b/app/src/ble.c index 6d2903f..71bbccd 100644 --- a/app/src/ble.c +++ b/app/src/ble.c @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020 Peter Johanson + * + * SPDX-License-Identifier: MIT + */ #include <device.h> #include <init.h> |