X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=contrib%2Frpc_examples%2Focd_rpc_example.py;fp=contrib%2Frpc_examples%2Focd_rpc_example.py;h=3470d848bff219fd79a102ed1b8d7c503378b5e9;hp=9d17e769571c530055b5b245a4dcf530714df07d;hb=29a899f3d27f6a18819a6f26c6e3d2c6e2d684c3;hpb=4c8753a83c96d8911140b28d893d9f9c0424dd97 diff --git a/contrib/rpc_examples/ocd_rpc_example.py b/contrib/rpc_examples/ocd_rpc_example.py index 9d17e76957..3470d848bf 100755 --- a/contrib/rpc_examples/ocd_rpc_example.py +++ b/contrib/rpc_examples/ocd_rpc_example.py @@ -125,7 +125,7 @@ if __name__ == "__main__": show(ocd.send("capture { echo \"echo says hi!\" }")[:-1]) show(ocd.send("capture \"halt\"")[:-1]) - # Read the first few words at the RAM region (put starting adress of RAM + # Read the first few words at the RAM region (put starting address of RAM # region into 'addr') addr = 0x10000000