diff options
Diffstat (limited to 'tests/breakpoints_auto_1n/callback.py')
| -rwxr-xr-x | tests/breakpoints_auto_1n/callback.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/breakpoints_auto_1n/callback.py b/tests/breakpoints_auto_1n/callback.py new file mode 100755 index 0000000..5c9c6bc --- /dev/null +++ b/tests/breakpoints_auto_1n/callback.py @@ -0,0 +1,4 @@ +#!/usr/bin/env python + +def callback(simulator): + simulator.log("Hello Callback!") |
