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.
Revision 13:67382358d024, committed 2020-05-02
- Comitter:
- jimherd
- Date:
- Sat May 02 22:49:47 2020 +0000
- Parent:
- 7:c0bef9c1f5d5
- Child:
- 14:b56473e54f6f
- Commit message:
- merge
Changed in this revision
| FPGA_bus.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/FPGA_bus.cpp Mon Apr 13 16:10:23 2020 +0000
+++ b/FPGA_bus.cpp Sat May 02 22:49:47 2020 +0000
@@ -40,15 +40,15 @@
async_uP_RW(ASYNC_UP_RW_PIN),
async_uP_reset(ASYNC_UP_RESET_PIN),
uP_ack(ASYNC_UP_ACK_PIN),
- uP_handshake_2(ASYNC_UP_HANDSHAKE_2_PIN),
+ uP_handshake_2(ASYNC_UP_HANDSHAKE_2_PIN)
- _nos_PWM_units(nos_PWM),
+ /* _nos_PWM_units(nos_PWM),
_nos_QE_units(nos_QE),
- _nos_servo_units(nos_servo)
+ _nos_servo_units(nos_servo) */
{
- /* _nos_PWM_units = nos_PWM;
+ _nos_PWM_units = nos_PWM;
_nos_QE_units = nos_QE;
- _nos_servo_units = nos_servo; */
+ _nos_servo_units = nos_servo;
async_uP_start = LOW;
}