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.
Diff: inc/admw1001/admw1001_config.h
- Revision:
- 75:434d91af4cc7
- Parent:
- 72:35ea0b4e725b
- Child:
- 77:d90214f44903
--- a/inc/admw1001/admw1001_config.h Fri Apr 24 12:04:28 2020 +0000
+++ b/inc/admw1001/admw1001_config.h Tue May 05 09:21:35 2020 +0000
@@ -296,9 +296,9 @@
*/
typedef enum
{
- ADMW1001_CHOP_MD_OFF = 0,
+ ADMW1001_DISABLE_CHOP = 0,
/*!< chop performed. */
- ADMW1001_CHOP_MD_ON,
+ ADMW1001_ENABLE_CHOP,
} ADMW1001_CHOP_MD;