Added uBASIC-Plus program object example to STM32F4xx. (#967)
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
/**************************************************************************
|
||||
*
|
||||
* Copyright (C) 2011 Steve Karg <skarg@users.sourceforge.net>
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
* Module Description:
|
||||
* Generate a periodic timer tick for use by generic timers in the code.
|
||||
*
|
||||
*************************************************************************/
|
||||
/**
|
||||
* @file
|
||||
* @brief Generate a periodic timer tick for use by generic timers in the code.
|
||||
* @author Steve Karg
|
||||
* @date 2011
|
||||
* @copyright SPDX-License-Identifier: MIT
|
||||
*/
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include "bacnet/basic/sys/mstimer.h"
|
||||
|
||||
Reference in New Issue
Block a user