11 lines
330 B
C
11 lines
330 B
C
|
|
/*
|
||
|
|
* Copyright (c) CompanyNameMagicTag 2012-2019. All rights reserved.
|
||
|
|
* Description: Add io driver capability interface, and modify the app layer to
|
||
|
|
* configure the io_config.c code for flash-related io drivers.
|
||
|
|
* Author: CompanyName
|
||
|
|
* Create: 2012-11-19
|
||
|
|
*/
|
||
|
|
#ifndef __IO_CONFIG_H__
|
||
|
|
#define __IO_CONFIG_H__
|
||
|
|
|
||
|
|
#endif
|