2017-12-25 16:51:34 +08:00
|
|
|
/*
|
2018-10-16 13:00:37 +08:00
|
|
|
* Copyright (c) 2006-2018, RT-Thread Development Team
|
2017-12-25 16:51:34 +08:00
|
|
|
*
|
2018-10-16 13:00:37 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2017-12-25 16:51:34 +08:00
|
|
|
*
|
|
|
|
* Change Logs:
|
|
|
|
* Date Author Notes
|
|
|
|
* 2009-01-05 Bernard the first version
|
|
|
|
* 2014-04-27 Bernard make code cleanup.
|
|
|
|
* 2017-08-25 LongfeiMa transplantation for stm32h7xx
|
|
|
|
*/
|
2018-09-02 12:35:09 +08:00
|
|
|
#include <stdio.h>
|
2017-12-25 16:51:34 +08:00
|
|
|
|
|
|
|
int main(void)
|
|
|
|
{
|
2018-09-02 12:35:09 +08:00
|
|
|
return 0;
|
2017-12-25 16:51:34 +08:00
|
|
|
}
|
|
|
|
|