lib: move crc from drivers to lib/

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-12-14 13:44:49 -05:00 committed by Anas Nashif
commit 6daf046e8f
7 changed files with 3 additions and 5 deletions

1
lib/crc/CMakeLists.txt Normal file
View file

@ -0,0 +1 @@
zephyr_sources(crc16_sw.c)