From 25bb0d23c582591724e10f7b0bebbb5ed3733d30 Mon Sep 17 00:00:00 2001 From: Amanda Butler Date: Thu, 24 Jan 2019 15:29:09 -0600 Subject: [PATCH] Remove outdated text and fix spelling in README.md Remove reference to yotta, and fix spelling for correct branding. --- features/frameworks/unity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/frameworks/unity/README.md b/features/frameworks/unity/README.md index 89980cc556..e91c912029 100644 --- a/features/frameworks/unity/README.md +++ b/features/frameworks/unity/README.md @@ -1,6 +1,6 @@ # UNITY: Unit Testing for C -This yotta module is a fork of the [UNITY test framework](http://www.throwtheswitch.org/unity/) with minor modifications to be able to use it with the [utest harness](https://github.com/ARMmbed/utest) for mbed OS. +This module is a fork of the [UNITY test framework](http://www.throwtheswitch.org/unity/) with minor modifications to be able to use it with the [utest harness](https://github.com/ARMmbed/utest) for Mbed OS. Please note that this module only contains the unity test macros, and no additions such as the unity fixtures. Furthermore the failure macros have been modified to integrate with `utest` failure handlers, as `setjmp` and `longjmp` are not supported by `utest`.