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.
Defaults/config_logging.h
- Committer:
- bwang
- Date:
- 2018-02-09
- Revision:
- 184:633119bb0b77
- Parent:
- 181:d3510c8beab6
File content as of revision 184:633119bb0b77:
#ifndef __CONFIG_LOGGING
#define __CONFIG_LOGGING
#define ENABLE_LOGGING true
#define LOG_PAGE_SIZE 4096
#define LOG_HEADER_SIZE 10
#define LOG_PACKET_SIZE 8
#define LOG_BAUD_RATE 921600
#endif