Git Product home page Git Product logo

Comments (3)

obra avatar obra commented on July 26, 2024

@dhalbert Do you have opinions on this? I'm unable to build with #38 merged:

/Users/jesse/Documents/Arduino/libraries/FlashStorage/src/FlashStorage.cpp:56:13: error: 'struct Cmcc' has no member named 'CR'; did you mean 'SR'?
   56 |   if (CMCC->CR.bit.CSTS) {
      |             ^~
      |             SR

from flashstorage.

dhalbert avatar dhalbert commented on July 26, 2024

This fix is correct. I looked at my old work on this and it appears that I fixed this locally but somehow it did not get committed during the PR. I have a FlashStorage.cpp and FlashStorage.cpp~, and this is the diff!

56c56
<   if (CMCC->SR.bit.CSTS) {
---
>   if (CMCC->CR.bit.CSTS) {

If you submit a PR I will approve it!

from flashstorage.

obra avatar obra commented on July 26, 2024

@dhalbert Thanks for the quick confirmation. I've opened PR #47 with the one character change.

from flashstorage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.