Kabuki Starship / Mbed 2 deprecated mbedBug

Dependencies:   mbed

Revision:
2:aa9a1377aa0d
Child:
5:4136e9141bde
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbedBugConfig.h	Tue Apr 07 13:09:21 2020 +0000
@@ -0,0 +1,15 @@
+/** mbedBug @version 0.x
+@link    https://github.com/KabukiStarship/mbedbug.git
+@file    /mbedbug_config.h
+@author  Cale McCollough <https://cale-mccollough.github.io>
+@license Copyright 2016-20 (C) Kabuki Starship <kabukistarship.com>; all rights 
+reserved (R). This Source Code Form is subject to the terms of the Mozilla 
+Public License, v. 2.0. If a copy of the MPL was not distributed with this file,
+You can obtain one at <https://mozilla.org/MPL/2.0/>. */
+#ifndef MBEDBUG_CONFIG_DECL
+#define MBEDBUG_CONFIG_DECL
+#include <mbed.h>
+#include <cstdint>
+typedef uint8_t Byte;
+typedef unsigned int UInt;
+#endif