Kabuki Starship / Mbed 2 deprecated mbedBug

Dependencies:   mbed

Committer:
kabukistarship
Date:
Thu Apr 09 22:40:13 2020 +0000
Revision:
6:02df5c1108f1
Parent:
5:4136e9141bde
Renamed StatusLED to StatusIndicator.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
kabukistarship 2:aa9a1377aa0d 1 /** mbedBug @version 0.x
kabukistarship 2:aa9a1377aa0d 2 @link https://github.com/KabukiStarship/mbedbug.git
kabukistarship 6:02df5c1108f1 3 @file /mbedBugConfig.h
kabukistarship 2:aa9a1377aa0d 4 @author Cale McCollough <https://cale-mccollough.github.io>
kabukistarship 2:aa9a1377aa0d 5 @license Copyright 2016-20 (C) Kabuki Starship <kabukistarship.com>; all rights
kabukistarship 2:aa9a1377aa0d 6 reserved (R). This Source Code Form is subject to the terms of the Mozilla
kabukistarship 2:aa9a1377aa0d 7 Public License, v. 2.0. If a copy of the MPL was not distributed with this file,
kabukistarship 2:aa9a1377aa0d 8 You can obtain one at <https://mozilla.org/MPL/2.0/>. */
kabukistarship 2:aa9a1377aa0d 9 #ifndef MBEDBUG_CONFIG_DECL
kabukistarship 2:aa9a1377aa0d 10 #define MBEDBUG_CONFIG_DECL
kabukistarship 2:aa9a1377aa0d 11 #include <mbed.h>
kabukistarship 2:aa9a1377aa0d 12 #include <cstdint>
kabukistarship 5:4136e9141bde 13 #ifndef nullptr
kabukistarship 5:4136e9141bde 14 #define nullptr 0
kabukistarship 5:4136e9141bde 15 #endif
kabukistarship 2:aa9a1377aa0d 16 #endif