From 16b744c8a17c7fdc491e9b282fd55f189d079a52 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 24 Oct 2019 10:18:29 -0600 Subject: [PATCH] Update README.md --- common/examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/examples/README.md b/common/examples/README.md index 9ca9f7e..f029f6e 100644 --- a/common/examples/README.md +++ b/common/examples/README.md @@ -1,6 +1,6 @@ Common Examples README ====================== -The beauty of the Ambiq BSP system is that it can be used to create common example code. For example if we define the proper UART instance and TX/RX pads as part of the BSP then a single source file can be used to demonstrate UART functionality across all capable boards. To utilize this capability to the fullest the common examples source code shoul dbe isolated from specific boards. This reduces redundancy in maintenance. +The beauty of the Ambiq BSP system is that it can be used to create common example code. For example if we define the proper UART instance and TX/RX pads as part of the BSP then a single source file can be used to demonstrate UART functionality across all capable boards. To utilize this capability to the fullest the common examples source code should be isolated from specific boards. This reduces redundancy in maintenance. -This directory contains common source files that may be referred to by any of the boards included in this repo. For board-specific source code look beneath the respective board's directory. \ No newline at end of file +This directory contains common source files that may be referred to by any of the boards included in this repo. For board-specific source code look beneath the respective board's directory.