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: MAXREFDES131_Qt_Demo MAX32630FTHR_iButton_uSD_Logger MAX32630FTHR_DS18B20_uSD_Logger MAXREFDES130_131_Demo ... more
Diff: OneWire_Masters/GPIO/owlink.s
- Revision:
- 66:5083a49163af
- Parent:
- 63:422be898443a
diff -r a28ac52ca127 -r 5083a49163af OneWire_Masters/GPIO/owlink.s --- a/OneWire_Masters/GPIO/owlink.s Wed Apr 20 21:47:42 2016 +0000 +++ b/OneWire_Masters/GPIO/owlink.s Fri Apr 22 10:36:53 2016 -0500 @@ -1,5 +1,5 @@ +#ifdef TARGET_MAX32600 -#if(TARGET_MAX32600) // ow_usdelay configuration #define PROC_CLOCK_MHZ (__SYSTEM_HFX / 1000000) // Processor clock in MHz #define OVERHEAD_TUNING 18 // Fraction where OverheadTime(us) = OVERHEAD_TUNING / PROC_CLOCK_MHZ @@ -222,7 +222,8 @@ pop {R4-R8, R14} bx R14 -#endif/* TARGET_MAX32600*/ +#endif // TARGET_MAX32600 + #ifdef TOOLCHAIN_GCC_ARM .end #else // TOOLCHAIN_IAR or TOOLCHAIN_ARM_STD