File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The following features are supported:
3232* constants defined with ``.set ``
3333* constants defined with ``#define ``
3434* expressions in assembly code and constant definitions
35- * RTC convenience macros (e.g. WRITE_RTC_REG)
35+ * RTC convenience macros (e.g. `` WRITE_RTC_REG `` )
3636* many ESP32 ULP code examples found on the web will work unmodified
3737
3838
@@ -52,7 +52,7 @@ To get going run the following directly on the ESP32:
5252 # First, upload examples/counter.py to the ESP32.
5353 import counter
5454
55- The `counter.py </examples/counter.py >`_ example shows how to assemble code, load
55+ The `examples/ counter.py </examples/counter.py >`_ example shows how to assemble code, load
5656and run the resulting binary and exchange data between the ULP and the main CPU.
5757
5858
You can’t perform that action at this time.
0 commit comments