From ce166e6b68b7fafb73a99fd64081f8a4155fe22a Mon Sep 17 00:00:00 2001 From: Mike Causer Date: Mon, 1 Aug 2016 09:52:00 +1000 Subject: docs: Spelling mistakes --- docs/reference/isr_rules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/reference/isr_rules.rst') diff --git a/docs/reference/isr_rules.rst b/docs/reference/isr_rules.rst index 2be4243f9..b33e4dd6f 100644 --- a/docs/reference/isr_rules.rst +++ b/docs/reference/isr_rules.rst @@ -24,7 +24,7 @@ This summarises the points detailed below and lists the principal recommendation * Where an ISR returns multiple bytes use a pre-allocated ``bytearray``. If multiple integers are to be shared between an ISR and the main program consider an array (``array.array``). * Where data is shared between the main program and an ISR, consider disabling interrupts prior to accessing - the data in the main program and re-enabling them immediately afterwards (see Critcal Sections). + the data in the main program and re-enabling them immediately afterwards (see Critical Sections). * Allocate an emergency exception buffer (see below). -- cgit v1.2.3