diff options
author | 2018-03-27 14:29:57 +0200 | |
---|---|---|
committer | 2018-06-14 11:37:08 +0200 | |
commit | f35abba1772c8b9e38dd51b3dd09bc185cef90fd (patch) | |
tree | 34d33811aa0c6d2c0231c5f45c2f0f09fb70cc6f /app/main.cpp | |
parent | 6bf2ccbd72176a8cbdfb3cdb2c15ee1c2db594b8 (diff) |
make of use of app templates to import right HALs depending on compilation options
Change-Id: I0f864b3a0bf4ee5527c6d32578990033f6707208
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'app/main.cpp')
-rw-r--r-- | app/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/main.cpp b/app/main.cpp index a0a5667..9c6339f 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -1,6 +1,7 @@ /* * Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016,2017 Konsulko Group + * Copyright (C) 2018 IoT.bzh * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |