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.
Dependents: mbed_blinky-bmd-200 bmd-200_accel_demo firstRig
Fork of mbed-src by
Revision 561:42efda18ac92, committed 2015-06-03
- Comitter:
- mbed_official
- Date:
- Wed Jun 03 08:45:33 2015 +0100
- Parent:
- 560:a217bc785985
- Child:
- 562:0880f51c4036
- Commit message:
- Synchronized with git revision e775613c6b67f6d67298fec0fe26ded074b8d4c3
Full URL: https://github.com/mbedmicro/mbed/commit/e775613c6b67f6d67298fec0fe26ded074b8d4c3/
Added tests for the WFI instruction
Changed in this revision
| targets/hal/TARGET_NXP/TARGET_LPC82X/pwmout_api.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/targets/hal/TARGET_NXP/TARGET_LPC82X/pwmout_api.c Wed Jun 03 08:30:08 2015 +0100
+++ b/targets/hal/TARGET_NXP/TARGET_LPC82X/pwmout_api.c Wed Jun 03 08:45:33 2015 +0100
@@ -36,7 +36,7 @@
void pwmout_init(pwmout_t* obj, PinName pin)
{
- MBED_ASSERT(pin != (uint32_t)NC);
+ MBED_ASSERT(pin != (PinName)NC);
int sct_n = get_available_sct();
if (sct_n == -1) {
