commit | 87e26494355590e009d5faae6bb7e856f8639699 | [log] [tgz] |
---|---|---|
author | danh-arm <dan.handley@arm.com> | Wed Jan 06 14:50:15 2016 +0000 |
committer | danh-arm <dan.handley@arm.com> | Wed Jan 06 14:50:15 2016 +0000 |
tree | ba88358b3b7ae31b1fb4d82e384d714e04f87478 | |
parent | 8c958a1b395e403d95639a6179a62f628c48e974 [diff] | |
parent | df8de2d8091c0c23342f4becdf28c3ff5bf48b6f [diff] |
Merge pull request #478 from sandrine-bailleux/sb/mbed-tls-pedantic Always build with '-pedantic'
diff --git a/drivers/console/console.S b/drivers/console/console.S index 40a6db9..b772363 100644 --- a/drivers/console/console.S +++ b/drivers/console/console.S
@@ -79,6 +79,7 @@ mov x0, #0 adrp x3, console_base str x0, [x3, :lo12:console_base] + ret endfunc console_uninit /* ---------------------------------------------