Repository for ECE 3140 Final Project

Committer:
mbed_official
Date:
Tue Jan 08 12:45:03 2019 +0000
Revision:
88:bea4f2daa48c
Parent:
82:abf1b1785bd7
Merge pull request #155 from deepikabhavnani/print_fix

Set the baudrate to default and reduce prints in blinky
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-blinky

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 82:abf1b1785bd7 1 {
mbed_official 82:abf1b1785bd7 2 "target_overrides": {
mbed_official 82:abf1b1785bd7 3 "*": {
mbed_official 82:abf1b1785bd7 4 "platform.stack-stats-enabled": true,
mbed_official 82:abf1b1785bd7 5 "platform.heap-stats-enabled": true,
mbed_official 82:abf1b1785bd7 6 "platform.cpu-stats-enabled": true,
mbed_official 82:abf1b1785bd7 7 "platform.thread-stats-enabled": true,
mbed_official 82:abf1b1785bd7 8 "platform.sys-stats-enabled": true
mbed_official 82:abf1b1785bd7 9 }
mbed_official 82:abf1b1785bd7 10 }
mbed_official 82:abf1b1785bd7 11 }