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.
src/main.c@11:4d9f3f506c13, 2018-05-28 (annotated)
- Committer:
- krenbluetoothsig
- Date:
- Mon May 28 09:27:47 2018 +0000
- Revision:
- 11:4d9f3f506c13
- Parent:
- 10:f83347affca6
- Child:
- 12:2cebd2171a01
1. CHG: clear source code for mbed testing.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| krenbluetoothsig | 0:876e59f87d50 | 1 | /* |
| krenbluetoothsig | 1:fb4893064dd4 | 2 | * Copyright (c) 2018 Bluetooth SIG |
| krenbluetoothsig | 0:876e59f87d50 | 3 | * |
| krenbluetoothsig | 0:876e59f87d50 | 4 | * SPDX-License-Identifier: Apache-2.0 |
| krenbluetoothsig | 10:f83347affca6 | 5 | * Client firmware. |
| krenbluetoothsig | 0:876e59f87d50 | 6 | */ |
| krenbluetoothsig | 0:876e59f87d50 | 7 | |
| krenbluetoothsig | 0:876e59f87d50 | 8 | #include <misc/printk.h> |