Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
mbedBugConfig.h
- Committer:
- kabukistarship
- Date:
- 2020-04-09
- Revision:
- 6:02df5c1108f1
- Parent:
- 5:4136e9141bde
File content as of revision 6:02df5c1108f1:
/** mbedBug @version 0.x @link https://github.com/KabukiStarship/mbedbug.git @file /mbedBugConfig.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> #ifndef nullptr #define nullptr 0 #endif #endif