Browse Source

Apply #pragma once

pull/1/head
Scott Lahteine 6 years ago
parent
commit
272d4a5167
  1. 6
      Marlin/src/core/types.h

6
Marlin/src/core/types.h

@ -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

Loading…
Cancel
Save