crc: deprecate old headers and issue warning when used
Change code to use crc.h instead crc{8,16,32}.h and issue warning when old headers are used. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
521ccca2ae
commit
b8424b4cae
10 changed files with 15 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <crc8.h>
|
||||
#include <crc.h>
|
||||
|
||||
#include "fcb.h"
|
||||
#include "fcb_priv.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue