Apply #pragma once

This commit is contained in:
Scott Lahteine 2018-10-10 02:56:29 -05:00
parent 07d33849b0
commit 272d4a5167

View File

@ -19,13 +19,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#ifndef __TYPES_H__
#define __TYPES_H__
#pragma once
#include <stdint.h>
#include <string.h>
typedef uint32_t millis_t;
#endif