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 46:a3b9c0fe8f36, committed 2014-12-19
- Comitter:
- lsaristo
- Date:
- Fri Dec 19 03:47:18 2014 +0000
- Parent:
- 45:b0f1d06aa6df
- Commit message:
- Changed postscript file name to control.ps instead.
Changed in this revision
| main.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.c Fri Dec 19 03:41:52 2014 +0000
+++ b/main.c Fri Dec 19 03:47:18 2014 +0000
@@ -126,7 +126,7 @@
last_state = state;
// Open the instructions file
- ps_file = fopen("/local/test.ps", "r");
+ ps_file = fopen("/local/control.ps", "r");
if (ps_file == NULL) {
state = ERROR;
break;