From 5e5e1568bebdad30fa695a42f45922ddb007dad0 Mon Sep 17 00:00:00 2001 From: Bogdan Marinescu Date: Mon, 23 May 2016 17:30:20 +0300 Subject: [PATCH] Fixed description on 'default_toolchain' in the documentation --- docs/mbed_targets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mbed_targets.md b/docs/mbed_targets.md index 2694fe1174..53c4decd94 100644 --- a/docs/mbed_targets.md +++ b/docs/mbed_targets.md @@ -120,7 +120,7 @@ This is the list of toolchains that can be used to compile code for the target. ## default_toolchain -The name of the toolchain that will be used by default to compile this target (if another toolchain is not specified). Possible values are `ARM`, `uARM`, `GCC_ARM`, `GCC_CR`, `IAR`. +The name of the toolchain that will be used by default to compile this target (if another toolchain is not specified). Possible values are `ARM` or `uARM`. ## post_binary_hook